Proj: C言語を実装する
9cc
16 bit VM in C
関連でVMの実装について
"Writing a Simple 16-bit VM in C"
Perfect weekend project for C enthusiasts to explore virtual machines.
Build a 16-bit VM from scratch, blending C with low-level concepts like instruction sets, registers, and memory.
Great intro to how a small amount of C emulates hardware.
Let's Build a Compiler